@charset 'utf-8';

/******样式清除******/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

a,
span {
  vertical-align: top;
}

img {
  border: 0;
  vertical-align: middle;
}

input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
}

button {
  padding: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
}

textarea {
  outline: none;
  border: none;
  resize: none;
}

input,
textarea {
  box-sizing: content-box;
  outline: none;
  background: 0 0;
  font-family: "Microsoft YaHei";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #acacac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #acacac;
}

table tr td,
table {
  border-collapse: collapse;
}

body {
  font-size: 0;
  color: #000;
  font-family: "Microsoft YaHei";
  background: #fff;

}

.opacity90 {
  background-color: #fff;
  background-color: rgb(255, 255, 255, 0.9);
  opacity: 0.9\0;
  filter: alpha(opacity=90);
}

.opacity60 {
  background-color: #fff;
  background-color: rgb(255, 255, 255, 0.6);
  opacity: 0.6\0;
  filter: alpha(opacity=60);
}

.h100p {
  height: 100px;
}

.w28 {
  width: 28%;
}

.w70 {
  width: 70%;
}

/*****通用样式******/
/*清除浮动*/
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

.clear {
  clear: both;
}

.db {
  display: inline-block;
}

/* 文字溢出 */
.e {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*向轲*/
.wrap {
  width: 1200px;
  margin: 0 auto;
}

/*马从平*/
.pagination {
  /*分页*/
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
}

.pagination a {
  width: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  background: #eee;
  border-radius: 3px;
  margin: 0 6px;
}

.pagination a:hover {
  background: #2760b7;
  color: #fff;
  cursor: pointer;
}

.pagination .first-page,
.pagination .last-page {
  width: 78px;
}

.pagination .active {
  background: #2760b7;
  color: #fff;
}


/*温培翻*/
.wrap {
  width: 1200px;
  margin: 0 auto;
}

.tjh_head {
  width: 100%;
  height: 183px;
  background: url(jxw-header_01.png) no-repeat center;
}

.header {
  width: 1200px;
  margin: 0 auto;
  margin-top: 26px;
}

.h-tool1 {
  overflow: hidden;
  font-size: 16px;
}

.h-tool1-left {
  float: left;
  display: inline-block;
}

.h-tool1-left>a {
  color: #fff;
  /* color: #2760b7; */
}

.h-tool1-left>a:hover {
  text-decoration: underline;
}

.h-tool1-left>i {
  font-style: normal;
  color: #fff;
  /* color: #2760b7; */
  display: inline-block;
  margin: 0 6px;
}

.h-tool1-right {
  float: right;
  display: inline-block;
}

.h-tool1-right>a {
  color: #fff;
  /* color: #2760b7; */
}

.h-tool1-right>a:hover {
  text-decoration: underline;
}

.h-tool1-right>i {
  font-style: normal;
  color: #fff;
  /* color: #2760b7; */
  display: inline-block;
  margin: 0 6px;
}

.h-tool2 {
  margin-top: 20px;
  overflow: hidden;
}

.h-tool2-left {
  float: left;
  width: 540px;
  height: 78px;
  background: url(g-sy-cklogo.png) no-repeat center center;
  background-size: auto 100%;
}

.h-tool2-right {
  float: right;
  width: 472px;
  height: 46px;
  margin-top: 16px;
  background: #fff;
  border-radius: 23px;
  padding: 0 20px;
  overflow: hidden;
}

.h-tool2-right>input {
  width: 428px;
  height: 46px;
  line-height: 46px;
  background: none;
  color: #666;
  font-size: 20px;
  float: left;
}

.h-tool2-right .h-search {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 11px;
  background: url(wpf_search.png) no-repeat center center;
  background-size: auto 100%;
  cursor: pointer;
  float: right;
}

.tjh_menu {
  width: 100%;
  background: #2760b7;
}

.h-menu {
  width: 1200px;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 auto;
}

.h-menu>a {
  display: inline-block;
  background: #2760b7;
  padding: 15px 0;
}

.h-menu>a span {
  width: 299px;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.h-menu>a.cur {
  background: #2e79c4;
}

.h-menu>a:hover {
  background: #2e79c4;
  color: #fff;
}

.h-menu>a+a span {
  border-left: 1px solid #7297d0;
}

.footer {
  margin: 0 0 20px 0;
  clear: both;
  /*清除浮动*/
}

.f-info {
  border-top: 1px solid #d2d2d2;
  margin-top: 4px;
  padding: 0 0 0 13px;
  background: #fff;
}

.f-info-left {
  width: 705px;
}

.f-info-div {
  margin-top: 18px;
}

.f-info-div>a {
  font-size: 15px;
  color: #313131;
}

.f-info-div>span {
  color: #ccc;
  font-size: 15px;
  display: inline-block;
  margin: 0 16px 16px;
}

.f-info-p {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 24px;
}

.f-info-right {
  width: 480px;
  overflow: hidden;
  margin-top: 30px;
}

.f-info-right>a {
  display: inline-block;
  float: right;
  /* width: 82px; */
  text-align: center;
}

.f-info-right>a+a {
  margin-left: 10px;
}

.f-info-right>a>span {
  font-size: 12px;
  color: #333333;
  display: block;
  margin-top: 4px;
}

/* 公共样式 */
.comwid {
  width: 1200px;
  margin: 30px auto;
}

.h20 {
  height: 20px;
}

/*第一种tab切换开始*/
.com-tab {
  width: 500px;
  border: 1px solid #eee;
}

.tab-list {
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #eee
}

.tab-list a {
  float: left;
  width: 33.333%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #333;
  /*添加定位，在切换时不会跳动*/
  position: relative;
  top: -1px;
}

.tab-list a.cur {
  border-bottom: 2px solid red;
}

.tab-list span {
  float: left;
  line-height: 40px;
  margin-left: -6px;
}

.tab-item {
  padding: 20px;
}

.tab-item a {
  float: left;
  line-height: 36px;
  color: #333333;
  font-size: 16px;
  max-width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab-item span {
  float: right;
  line-height: 36px;
  color: #999;
  font-size: 12px;
}

/*第一种tab切换结束*/
/*第二种tab切换开始*/
.com-tab {
  width: 500px;
  border: 1px solid #eee;
}

.tab-list-bool {
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #eee
}

.tab-list-bool li {
  float: left;
  width: 33.333%;
  height: 40px;
  position: relative;
  top: -1px;
}

.tab-list-bool a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 17px;
  color: #333;

}

.tab-list-bool li.cur a {
  border-bottom: 2px solid red;
}

.tab-item {
  padding: 20px;
}

.tab-item a {
  float: left;
  line-height: 36px;
  color: #333333;
  font-size: 16px;
  max-width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab-group .tab-item span {
  float: right;
  line-height: 39px;
  color: #999;
  font-size: 12px;
}

/*第二种tab切换结束*/
/*左右轮播开始*/
.banner-box,
.banner-img {
  height: 370px;
  width: 600px;
  position: relative;
  overflow: hidden;
}

.banner-img a {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.banner-img img {
  display: block;
  height: 100%;
  width: 100%;
}

.banner-txt {
  height: 40px;
  width: 100%;
  background: url(banner-opbg40.png);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.banner-txt a {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding-left: 20px;
}

.banner-num {
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 0px;
}

.banner-num span {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  margin-left: 8px;
  cursor: pointer;
}

.banner-num span.cur {
  background: red;
}

.banner-index {
  position: absolute;
  bottom: 10px;
  right: 140px;
}

.banner-index span {
  color: #fff;
  font-size: 14px;
}

.banner-index span.ban-dy {
  font-size: 18px;
}

.banner-btn {
  position: absolute;
  height: 70px;
  width: 35px;
  font-size: 40px;
  color: #fff;
  margin-top: -35px;
  text-align: center;
  line-height: 70px;
  top: 50%;
  background: url(banner-opbg40.png);
  cursor: pointer;
  display: none;
}

.banner-left {
  left: 0px;
}

.banner-right {
  right: 0px;
}

.banner-box:hover .banner-btn {
  display: block;
}

/*左右轮播结束*/
/*上下轮播开始*/
.news-line {
  height: 50px;
  width: 100%;
  border: 1px solid #ccc;
}

.news-icon {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #666;
  background: #ccc;
  width: 100px;
}

.news-cont {
  height: 50px;
  width: 800px;
  position: relative;
  margin-left: 50px;
  overflow: hidden;
}

.news-cont a {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 100%;
  line-height: 50px;
  max-width: 800px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-btns {
  margin: 4px 20px 0 0;
}

.news-btns span {
  display: block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  color: #666;
  font-size: 20px;
  background: #eee;
  margin-bottom: 2px;
  cursor: pointer;
}

.news-btns span:hover {
  background: red;
}

/*上下轮播结束*/
/*新闻头条滚动开始*/
.roll-news-line {
  height: 50px;
  width: 100%;
  border: 1px solid #ccc;
}

.roll-news-icon {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #666;
  background: #ccc;
  width: 100px;
}

.roll-news-cont {
  height: 50px;
  width: 800px;
  position: relative;
  margin-left: 50px;
  overflow: hidden;
}

.roll-news-cont a {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 100%;
  line-height: 50px;
  max-width: 800px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.roll-news-btns {
  margin: 4px 20px 0 0;
}

.roll-news-btns span {
  display: block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  color: #666;
  font-size: 20px;
  background: #eee;
  margin-bottom: 2px;
  cursor: pointer;
}

.roll-news-btns span:hover {
  background: red;
}

/*新闻头条滚动结束*/
/*渐变轮播开始*/
.fade-box,
.fade-img {
  height: 370px;
  width: 600px;
  position: relative;
  overflow: hidden;
}

.fade-img a {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.fade-img img {
  display: block;
  height: 100%;
  width: 100%;
}

.fade-txt {
  height: 40px;
  width: 100%;
  background: url(banner-opbg40.png);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.fade-txt a {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding-left: 20px;
}

.fade_btns {
  margin-top: 20px;
}

.fade_lists {
  width: 100%;

}

.fade_lists li {
  float: left;
  margin-left: 32px;
}

.fade_lists li:first-child {
  margin-left: 0;
}

.fade_lists li a {
  display: inline-block;
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #2760b7;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  padding: 0 29px;
}

.fade_lists li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.dy-num {
  position: absolute;
  bottom: 5px;
  right: 130px;
}

.dy-num span {
  color: #fff;
}

.dy-index {
  font-size: 26px;
}

.fade-num {
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 0px;
}

.fade-num span {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  margin-left: 8px;
  cursor: pointer;
}

.fade-num span.cur {
  background: red;
}

.fade-btn {
  position: absolute;
  height: 70px;
  width: 35px;
  font-size: 40px;
  color: #fff;
  margin-top: -35px;
  text-align: center;
  line-height: 70px;
  top: 50%;
  background: url(banner-opbg40.png);
  cursor: pointer;
  display: none;
}

.fade-left {
  left: 0px;
}

.fade-right {
  right: 0px;
}

.fade-box:hover .fade-btn {
  display: block;
}

/*渐变轮播开始*/
/*多张轮播其中一张轮播开始*/
.ban-more-box {
  width: 1200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  background: #efefef;
}

.ban-more-img {
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.ban-more-img p {
  float: left;
  width: 222px;
  height: 198px;
  overflow: hidden;
  /*margin:0 10px;*/
  margin-right: 20px;
  border: 1px solid #eee;
}

.ban-more-img .img-link {
  height: 160px;
  width: 100%;
  overflow: hidden;
  display: block;
}

.ban-more-img .img-tit {
  height: 40px;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 40px;
}

.ban-more-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.ban-more-btn {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  height: 50px;
  width: 30px;
  background: url(banner-opbg40.png);
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: none;
}

.ban-more-box:hover .ban-more-btn {
  display: block;
}

.ban-more-left {
  left: 1px;
}

.ban-more-right {
  right: 1px;
}

/*多张轮播其中一张轮播结束*/

/*多张滚动开始*/
.ban-roll-box {
  width: 1200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  background: #efefef;
}

.ban-roll-img {
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.ban-roll-img p {
  float: left;
  width: 222px;
  height: 198px;
  overflow: hidden;
  /*margin:0 10px;*/
  margin-right: 20px;
  border: 1px solid #eee;
}

.ban-roll-img .img-link {
  height: 160px;
  width: 100%;
  overflow: hidden;
  display: block;
}

.ban-roll-img .img-tit {
  height: 40px;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 40px;
}

.ban-roll-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.ban-roll-btn {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  height: 50px;
  width: 30px;
  background: url(banner-opbg40.png);
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: none;
}

.ban-roll-box:hover .ban-roll-btn {
  display: block;
}

.ban-roll-left,
.roll-left {
  left: 1px;
}

.ban-roll-right,
.roll-right {
  right: 1px;
}

/*多张滚动结束*/
/*底部模拟下拉开始*/
.drop-groups {
  background: #2760b7;
  position: relative;
}

.drop-down {
  width: 240px;
  height: 40px;
  text-align: center;
}

.drop-down .tag {
  display: inline-block;
  height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  cursor: pointer;
  background: url(drop-icon.png) no-repeat right center;
}

.drop-down .cur {
  background: url(dropdown-icon2.png) no-repeat right center;
}

.cur1 {
  background: url(dropdown-icon2.png) no-repeat center bottom;
}

.drop-down .tag-none {
  background: none;
}

.drop-lists {
  position: absolute;
  width: 1200px;
  top: 40px;
  left: 0;
  height: auto;
  border: 1px solid #eee;
  overflow: auto;
  display: none;
  text-align: left;
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 22px 100px 0 60px;
}

.drop-lists li {
  line-height: 36px;
  width: 100%;
  float: left;
}


.drop-lists a {
  display: inline-block;
  line-height: 36px;
  width: 200px;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 15px;
  color: #1369c0;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}


/*底部模拟下拉结束*/

/***当前位置样式***/
.position {
  margin: 17px 0 13px 10px;
  font-size: 16px;
  line-height: 22px;
  background: url(home-position.png) center left no-repeat;
  background-size: 11px 16px;
  padding-left: 20px;
  color: #333333;
}


.position .poto {
  color: #333333;
  margin: 0 4px 0 0;
}

/*走进垫江*/
.zjdj-wrap {
  background: url(.images/zjdj-bg.png) top center no-repeat #fffdf7;
}

.zjdj-header {
  padding-top: 32px;
  padding-left: 17px;
}

.zjdj-header .back {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  height: 50px;
  width: 200px;
  border-radius: 8px;
  background: #85a5d6;
  line-height: 50px;
  text-align: center;
}

.zjdj-header .back:hover {
  font-weight: bold;
}

.centerWidth {
  width: 1200px;
  margin: 0 auto;
}

.zjdj-main {
  padding-top: 636px;
}

.zjdj-title {
  text-align: center;
  margin-bottom: 36px;
}

.djgk-tit {
  text-align: center;
  margin-bottom: 30px;
}

.djgk-tit a {
  display: inline-block;
  width: 130px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #393939;
  font-size: 22px;
  margin-right: 6px;
}

.djgk-tit a.cur,
.djgk-tit a:hover {
  color: #fff;
  background: url(.images/zjdj-bg2.png) no-repeat;
}

.djgk-pic {
  width: 473px;
  height: 253px;
  padding: 13px 26px;
  background: #fff;
  box-shadow: 0 0 4px 2px #edebe6;
}

.djgk-pic img {
  width: 100%;
  height: 100%;
}

.djgk-text {
  width: 620px;
  height: 288px;
  overflow: hidden;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 48px;
  margin-top: -8px;
}

.djgk-text a {
  display: inline-block;
}

.djgk-text a:hover {
  color: #2760b7;
}

.djgk-item {
  display: none;
}

.djgk-item.show {
  display: block;
}

.zjdj-box {
  margin-bottom: 80px;
}

.lswh-text {
  width: 600px;
  height: 336px;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 48px;
  overflow: hidden;
}

.lswh-picbox {
  width: 568px;
  height: 336px;
  position: relative;
  overflow: hidden;
}

.lswh-newspic {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.lswh-newspic img {
  width: 100%;
  height: 336px;
}

.lswh-newspic li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lswh-pictt {
  height: 44px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(.images/zjdj-bg3.png);
}

.lswh-pictt li {
  padding-left: 22px;
  height: 44px;
}

.lswh-pictt li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80%;
}

.djly-box a {
  display: inline-block;
  margin-bottom: 4px;
  position: relative;
}

.djly-box a img {
  width: 100%;
  height: 100%;
}

.djly-box a.w754 {
  width: 754px;
  height: 408px;
}

.djly-box a.w442 {
  width: 442px;
  height: 202px;
}

.djly-box a p {
  height: 42px;
  line-height: 42px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  background: url(.images/zjdj-bg4.png) repeat-x;
}

.djly-box a.w442 p {
  width: 414px;
}

.djly-box a.w754 p {
  width: 722px;
}

.tsdj-box {
  position: relative;
  margin-bottom: 40px;
}

.tsdj-box .btn {
  position: absolute;
  top: 290px;
  cursor: pointer;
}

.tsdj-box .btn.prev {
  left: -63px;
}

.tsdj-box .btn.next {
  right: -63px;
}

.tsdj-pic {
  position: relative;
  width: 1200px;
  height: 666px;
  overflow: hidden;
}

.tsdj-pic li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tsdj-pic li img {
  width: 100%;
  height: 100%;
}

.tsdj-pic li a div {
  position: absolute;
  background: url(.images/zjdj-img11.png);
  width: 670px;
  height: 115px;
  z-index: 999;
  top: 518px;
  left: 40px;
}

.tsdj-pic li a div p {
  padding-left: 26px;
  color: #fff;
}

.tsdj-pic li a div p:hover {
  text-decoration: underline;
}

.tsdj-pic li a div p.tit {
  font-size: 24px;
  margin-top: 14px;
}

.tsdj-pic li a div p.con {
  line-height: 19px;
  font-size: 14px;
  margin-top: 14px;
}

/*领导信息 增加tab*/
.ld-title {
  margin-bottom: 30px;
}

.ld-title a {
  display: inline-block;
  width: 170px;
  height: 50px;
  border: 1px solid #d5d5d5;
  margin-right: 20px;
  background: #fff;
  text-align: center;
  color: #2760b7;
  font-size: 20px;
  line-height: 50px;
}

.ld-title a.cur {
  background: #2760b7;
  color: #fff;
}

/*专题*/
.zt-main {
  margin-bottom: 40px;
}

.zt-content {
  padding-top: 30px;
  padding-left: 30px;
  background: #fff;
  margin-bottom: 10px;
}

.zt-content li {
  float: left;
  width: 270px;
  margin-right: 20px;
  margin-bottom: 60px;
}

.zt-content li a {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.zt-content li a:hover span {
  color: #2760b7;
}

.zt-content li a img {
  width: 100%;
  height: 182px;
}

.zt-content li a span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 16px;
  margin-top: 20px;
}

.zt-page {
  padding: 48px 0;
}